简体版 English
تسجيل الدخول إنشاء حساب جديد

interrupt handler معنى

يبدو
"interrupt handler" أمثلة على
الترجمة العربيةجوال إصدار
  • روتين المقاطعة (نظام تشغيل)
أمثلة
  • Since an interrupt handler blocks the highest priority task from running, and since real time operating systems are designed to keep thread latency to a minimum, interrupt handlers are typically kept as short as possible.
    هي كتل معالجة المقاطعة المهمة ذات الأولوية العليا من التشغيل، وعندما تم تصميم أنظمة التشغيل في الوقت الحقيقي كان للحفاظ على موضوع زمن الوصول إلى أدنى حد ممكن، المقاطعة عادة تحتفظ بالمعالجات القصيرة قدر الإمكان.
  • The interrupt handler defers all interaction with the hardware if possible; typically all that is necessary is to acknowledge or disable the interrupt (so that it won't occur again when the interrupt handler returns) and notify a task that work needs to be done.
    معالج المقاطعة يؤجل التفاعل مع الأجهزة إذاأمكن ذلك ،عادة كل ماهو ضروري هو الإعتراف أو تعطيل المقاطعة (بحيث لن تحدث مرة أخرى عندما يعود معالج المقاطعة) ويقوم بإخطار المهمة التي تحتاج العمل الذي ينبغي القيام به .
  • The interrupt handler defers all interaction with the hardware if possible; typically all that is necessary is to acknowledge or disable the interrupt (so that it won't occur again when the interrupt handler returns) and notify a task that work needs to be done.
    معالج المقاطعة يؤجل التفاعل مع الأجهزة إذاأمكن ذلك ،عادة كل ماهو ضروري هو الإعتراف أو تعطيل المقاطعة (بحيث لن تحدث مرة أخرى عندما يعود معالج المقاطعة) ويقوم بإخطار المهمة التي تحتاج العمل الذي ينبغي القيام به .